Uses of Interface
com.seclore.fs.ws.client.pscp.CryptoHandler
Packages that use CryptoHandler
-
Uses of CryptoHandler in com.seclore.fs.ws.client
Methods in com.seclore.fs.ws.client with parameters of type CryptoHandlerModifier and TypeMethodDescriptionWSClient.protectAndGetFileName(String pOriginalFileName, String pFileInfoXML, String pProtectionResponseXML, boolean pIsSecureMessage, byte[] pRequestKey, CryptoHandler pCryptoHandler) com.seclore.fs.helper.core.ProtectedFileWSClient.protectAndGetProtectedFile(String pOriginalFileName, String pFileInfoXML, String pProtectionResponseXML, boolean pIsSecureMessage, byte[] pRequestKey, CryptoHandler pCryptoHandler) This method protects the requested File.com.seclore.fs.helper.core.UnprotectedFileWSClient.unprotect(String pProtectedFile, String pUnProtectResponseXML, boolean pIsSecureMessage, byte[] pRequestKey, CryptoHandler pCryptoHandler) This method unprotect the requested file, if it is already protected, else will throw error. -
Uses of CryptoHandler in com.seclore.fs.ws.client.pscp
Methods in com.seclore.fs.ws.client.pscp that return CryptoHandlerMethods in com.seclore.fs.ws.client.pscp with parameters of type CryptoHandlerModifier and TypeMethodDescriptionstatic PSConnectionPSConnection.getInstance(String pPoolId, boolean pIsPooledConnection, Config pConfig, String pURL, CryptoHandler pCryptoHandler) This method returns the instance of PSConnection.
In the process of returning the connection,it will first try with the given url.
If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
finally it returns the successful connection with url or null if connection is not successful with any configured url.static PSConnectionPoolPSConnectionPool.newInstance(String pHSHelperInstanceId, Config pConfig, CryptoHandler pCryptoHandler) Returns new object of PSConnectionpool.